#ifndef filedbox_H
#define filedbox_H

/* C header file for FileDbox
 * written by DefMod (Dec 12 2000) on Tue Dec 12 19:34:16 2000
 * Anon
 */

/*OSLib---efficient, type-safe, transparent, extensible,
   register-safe A P I coverage of RISC O S*/
/*Copyright  1994 Jonathan Coxhead*/

/*
      OSLib is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 1, or (at your option)
   any later version.

      OSLib is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

      You should have received a copy of the GNU General Public License
   along with this programme; if not, write to the Free Software
   Foundation, Inc, 675 Mass Ave, Cambridge, MA 02139, U S A.
*/

#ifndef types_H
#include "oslib/types.h"
#endif

#if defined NAMESPACE_OSLIB
  namespace OSLib {
#endif

/**********************************
 * SWI names and SWI reason codes *
 **********************************/
#undef  FileDbox_ClassSWI
#define FileDbox_ClassSWI                       0x100180
#undef  XFileDbox_ClassSWI
#define XFileDbox_ClassSWI                      0x120180
#undef  FileDbox_PostFilter
#define FileDbox_PostFilter                     0x100181
#undef  XFileDbox_PostFilter
#define XFileDbox_PostFilter                    0x120181
#undef  FileDbox_PreFilter
#define FileDbox_PreFilter                      0x100182
#undef  XFileDbox_PreFilter
#define XFileDbox_PreFilter                     0x120182

#if defined NAMESPACE_OSLIB
  } 
#endif

#endif
